home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / demos / maze / maze.man < prev    next >
Encoding:
Text File  |  1993-07-15  |  2.3 KB  |  67 lines

  1.  MAZE 1 "Release 4" "X Version 11"
  2.  NAME
  3. maze - an automated maze program... [ demo ][ X11 ]
  4. maze -S -r -g geometry -d display
  5.  
  6.  DESCRIPTION
  7. The maze program creates a "random" maze and then solves it with 
  8. graphical feedback 1
  9. Command Options
  10.  "-S"
  11. Full screen window option
  12.  "-r"
  13. Reverse video option
  14.  "-g geometry"
  15. Specifies the window geometry to be used
  16.  "-d display"
  17. Specifies the display to be used
  18.  
  19. The following lists the current functionality of various mouse button clicks;
  20.  "LeftButton"
  21. Clears the window and restarts maze
  22.  "MiddleButton"
  23. Toggles the maze program, 
  24. first click -> stop, 
  25. second click -> continue
  26.  "RightButton"
  27. Kills maze
  28.  
  29.  LIMITATIONS
  30. No color support
  31.  
  32. Expose events force a restart of maze
  33.  
  34. Currently, mouse actions are based on "raw" values [ Button1, Button2 and 
  35. Button3 ] from the ButtonPress event 
  36.  
  37. [ doesn't use pointer mapping ]
  38.  COPYRIGHT
  39.  
  40. Copyright 1988 by Sun Microsystems, Incountain View, CAPP  
  41. All Rights Reserved
  42.  
  43. Permission to use, copy, modify, and distribute this software and its
  44. documentation for any purpose and without fee is hereby granted, provided that
  45. the above copyright notice appear in all copies and that both that copyright
  46. notice and this permission notice appear in supporting documentation, and that
  47. the names of Sun or MIT not be used in advertising or publicity pertaining to
  48. distribution of the software without specific prior written permissionun
  49. and MIT no representations about the suitability of this software for
  50. any purposet is provided "as is" without any express or implied warranty
  51. PP
  52. SUN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  53. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN
  54. NO EVENT SHALL SUN BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
  55. DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  56. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING
  57. OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  58.  AUTHOR(s)
  59.  
  60. Richard Hess    [ X11 extensions ]      {}!uunet!cimshop!rhess
  61.   Consilium, Mountain View, CA
  62. Dave Lemke    [ X11 version ]        lemke@sun.COM
  63.   Sun MicroSystems, Mountain View, CA
  64. Martin Weiss    [ SunView version ]
  65.   Sun MicroSystems, Mountain View, CA
  66.  
  67.